Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 1921 #1935

Merged
merged 2 commits into from
Sep 11, 2016
Merged

Fixes 1921 #1935

merged 2 commits into from
Sep 11, 2016

Conversation

trxcllnt
Copy link
Member

Description:
Supply the Subscriber constructor the empty observer destination if Observable.subscribe is called with no arguments. This ensures the Subscriber wraps the empty Observer in a SafeSubscriber which will catch error messages and dispose of the subscription.

Related issue (if exists):
#1921

…subscription error calling xhr.abort().

Possibly only an artifact of test utils, but after applying fix for ReactiveX#1921 started getting an error

that xhr.abort() in AjaxObservable's unsubscribe call wasn't a function.
@coveralls
Copy link

coveralls commented Sep 11, 2016

Coverage Status

Coverage increased (+0.0004%) to 97.129% when pulling 4d23f87 on trxcllnt:fix-1921 into f63dde9 on ReactiveX:master.

@jayphelps
Copy link
Member

👏 excellent!

LGTM

@jayphelps jayphelps merged commit d876a35 into ReactiveX:master Sep 11, 2016
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants